home *** CD-ROM | disk | FTP | other *** search
- *** ../gcc-diff-1.40/gcc.c Tue Aug 13 17:45:55 1991
- --- gcc.c Fri Dec 6 14:44:03 1991
- ***************
- *** 274,279 ****
- --- 274,280 ----
- "cpp %{nostdinc} %{C} %{v} %{D*} %{U*} %{I*} %{M*} %{i*} %{trigraphs} -undef \
- -D__GNUC__ %{ansi:-trigraphs -$ -D__STRICT_ANSI__} %{!ansi:%p} %P\
- %c %{O:-D__OPTIMIZE__} %{mshort:-D__MSHORT__} %{mint:-D__MINT__}\
- + %{m68881:-D__M68881__} %{m68020:-D__M68020__}\
- %{traditional} %{pedantic} %{P}\
- %{Wcomment*} %{Wtrigraphs} %{Wall} %{w} %C\
- %i %{!M*:%{!E:%{!pipe:%g.cpp}}}%{E:%W{o*}}%{M*:%W{o*}} |\n\
- ***************
- *** 290,295 ****
- --- 291,297 ----
- "cpp -+ %{nostdinc} %{C} %{v} %{D*} %{U*} %{I*} %{M*} %{i*} \
- -undef -D__GNUC__ -D__GNUG__ %p %P\
- %c %{O:-D__OPTIMIZE__} %{mshort:-D__MSHORT__} %{mint:-D__MINT__}\
- + %{m68881:-D__M68881__} %{m68020:-D__M68020__}\
- %{traditional} %{pedantic} %{P}\
- %{Wcomment*} %{Wtrigraphs} %{Wall} %{w} %C\
- %i %{!M*:%{!E:%{!pipe:%g.cpp}}}%{E:%W{o*}}%{M*:%W{o*}} |\n\
- ***************
- *** 316,321 ****
- --- 318,324 ----
- "cpp %{nostdinc} %{C} %{v} %{D*} %{U*} %{I*} %{M*} %{trigraphs} \
- -undef -D__GNUC__ -$ %p\
- %c %{O:-D__OPTIMIZE__} %{mshort:-D__MSHORT__} %{mint:-D__MINT__}\
- + %{m68881:-D__M68881__} %{m68020:-D__M68020__}\
- %{traditional} %{pedantic}\
- -undef -D__GNUC__ -$ %p %P\
- %c %{O:-D__OPTIMIZE__} %{traditional} %{pedantic} %{P}\
-